home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16121 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1005 b 

  1. Path: usenet.eel.ufl.edu!warwick!qmw!news
  2. From: jeremyr@dcs.qmw.ac.uk (Jeremy Roussak)
  3. Newsgroups: comp.sys.mac.programmer.codewarrior,comp.sys.mac.programmer.help,comp.lang.c++
  4. Subject: Re: mac INIT loading order
  5. Date: 9 Apr 1996 17:02:58 GMT
  6. Organization: Queen Mary & Westfield College, London, England
  7. Sender: jeremyr@canary.dcs.qmw.ac.uk
  8. Message-ID: <4ke582$rua@epsilon.qmw.ac.uk>
  9. References: <schiltz-0104962111000001@reqd-010.ucdavis.edu>
  10. NNTP-Posting-Host: dialup-port1.qmw.ac.uk
  11. X-Posted-From: InterNews 1.0.7@dialup-port1.qmw.ac.uk
  12. X-Authenticated: jeremyr on POP host canary.dcs.qmw.ac.uk
  13.  
  14. In article <schiltz-0104962111000001@reqd-010.ucdavis.edu>
  15. schiltz@cs.ucdavis.edu (Michael Schiltz) writes:
  16.  
  17. > how can you control the order in which an INIT loads.  I want to have my
  18. > INIT load ASAP.  any ideas?
  19.  
  20. Put a null (or two) at the start of the name. INITs load in
  21. alphabetical order. Extensions load first, then control panels, then
  22. items in the System Folder itself (under system 7).
  23.  
  24. Jeremy
  25.